home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / JavaBuilder.sch < prev    next >
Text File  |  2004-01-06  |  4KB  |  164 lines

  1. object TPersHolder
  2.   P.Name = 'Java'
  3.   P.Extensions.Strings = (
  4.     'j')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       CaseSensitive = True
  9.       UseMetaSymbol = True
  10.       UseMetaToWrapLines = True
  11.       MetaSymbol = '\'
  12.       FIText = 0
  13.       FIIntNum = 1
  14.       FIFloatNum = 2
  15.       FIHexNum = 3
  16.       UseComments = True
  17.       UseSingleLineComments = True
  18.       UseMultiLineComments = True
  19.       UseStrings = True
  20.       UseSingleLineStrings = True
  21.       UseNumbers = True
  22.       UsePrefixedNumbers = True
  23.       UseSuffixedNumbers = True
  24.       UseMultipleNumSuffixes = False
  25.       UsePrefixedSuffixedNumbers = True
  26.       UsePSNumComposition = True
  27.       UseKeywords = True
  28.       BlockDelimiters = <>
  29.       SingleLineCommentDelimiters = <
  30.         item
  31.           FontID = 4
  32.           LeftDelimiter = '//'
  33.         end>
  34.       MultiLineCommentDelimiters = <
  35.         item
  36.           FontID = 5
  37.           LeftDelimiter = '/*'
  38.           RightDelimiter = '*/'
  39.         end>
  40.       SingleLineStringDelimiters = <
  41.         item
  42.           FontID = 6
  43.           LeftDelimiter = '"'
  44.           RightDelimiter = '"'
  45.         end
  46.         item
  47.           FontID = 7
  48.           LeftDelimiter = #39
  49.           RightDelimiter = #39
  50.         end>
  51.       NumPrefixes = <
  52.         item
  53.           LeftDelimiter = '0x'
  54.         end
  55.         item
  56.           LeftDelimiter = '0X'
  57.         end>
  58.       NumSuffixes = <
  59.         item
  60.           LeftDelimiter = 'l'
  61.         end
  62.         item
  63.           LeftDelimiter = 'L'
  64.         end
  65.         item
  66.           LeftDelimiter = 'f'
  67.         end
  68.         item
  69.           LeftDelimiter = 'F'
  70.         end
  71.         item
  72.           LeftDelimiter = 'd'
  73.         end
  74.         item
  75.           LeftDelimiter = 'D'
  76.         end>
  77.       NumPrefixesSuffixes = <>
  78.       KeywordSets = <
  79.         item
  80.           FontID = 8
  81.           Name = 'keywords'
  82.           Keywords =
  83.             'abstract,boolean,break,byte,case,catch,char,class,const,continue' +
  84.             ',default,do,double,else,extends,false,final,finally,float,for,go' +
  85.             'to,if,implements,import,instanceof,int,interface,long,native,new' +
  86.             ',null,package,private,protected,public,return,short,static,super' +
  87.             ',switch,synchronized,this,throw,throws,transient,true,try,void,v' +
  88.             'olatile,while'
  89.         end>
  90.     end>
  91.   P.FontTable = <
  92.     item
  93.       FontID = 0
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBlack
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 1
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 2
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clGreen
  112.       Font.Height = -13
  113.       Font.Name = 'Courier New'
  114.       Font.Style = []
  115.     end
  116.     item
  117.       FontID = 3
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clGreen
  120.       Font.Height = -13
  121.       Font.Name = 'Courier New'
  122.       Font.Style = []
  123.     end
  124.     item
  125.       FontID = 4
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clGray
  128.       Font.Height = -13
  129.       Font.Name = 'Courier New'
  130.       Font.Style = [fsItalic]
  131.     end
  132.     item
  133.       FontID = 5
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clGray
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = [fsItalic]
  139.     end
  140.     item
  141.       FontID = 6
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clMaroon
  144.       Font.Height = -13
  145.       Font.Name = 'Courier New'
  146.       Font.Style = []
  147.     end
  148.     item
  149.       FontID = 7
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clMaroon
  152.       Font.Height = -13
  153.       Font.Name = 'Courier New'
  154.       Font.Style = []
  155.     end
  156.     item
  157.       FontID = 8
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clBlue
  160.       Font.Height = -13
  161.       Font.Name = 'Courier New'
  162.       Font.Style = [fsBold]
  163.     end>
  164. end